From b918e9865ac5e1ce86b1a04f8e8b2eb1cbd4d14f Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Tue, 22 May 2018 13:17:03 -0400 Subject: Remove include/gpu/gl from include paths. This path is not used as an include path by public.bzl nor by Chromium. Remove this include path to avoid breaking these clients and generally make these includes more specific. Change-Id: I9391d38d5241870086bf47cb8e49146736dc4ded Reviewed-on: https://skia-review.googlesource.com/129561 Reviewed-by: Greg Daniel Commit-Queue: Ben Wagner --- tools/sk_app/win/GLWindowContext_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/sk_app') diff --git a/tools/sk_app/win/GLWindowContext_win.cpp b/tools/sk_app/win/GLWindowContext_win.cpp index 1c583cb1ed..93d6a567de 100644 --- a/tools/sk_app/win/GLWindowContext_win.cpp +++ b/tools/sk_app/win/GLWindowContext_win.cpp @@ -9,7 +9,7 @@ #include #include #include "../GLWindowContext.h" -#include "GrGLInterface.h" +#include "gl/GrGLInterface.h" #include "WindowContextFactory_win.h" #include "win/SkWGL.h" -- cgit v1.2.3