aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/sk_app
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-05-22 13:17:03 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-22 18:37:25 +0000
commitb918e9865ac5e1ce86b1a04f8e8b2eb1cbd4d14f (patch)
tree555459de291d13567e89894f3b19d21fe68b5d0a /tools/sk_app
parent17031a72532087c367e2ffab72c6d4391b168254 (diff)
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 <egdaniel@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'tools/sk_app')
-rw-r--r--tools/sk_app/win/GLWindowContext_win.cpp2
1 files changed, 1 insertions, 1 deletions
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 <Windows.h>
#include <GL/gl.h>
#include "../GLWindowContext.h"
-#include "GrGLInterface.h"
+#include "gl/GrGLInterface.h"
#include "WindowContextFactory_win.h"
#include "win/SkWGL.h"