Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3435)

Unified Diff: Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp

Issue 546213006: SkGpuDevice is now private, just use SkDevice.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp
diff --git a/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp b/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp
index e688c8e958d887232d1d014b5e9c4aa4e80471eb..bf7d00eefbf73f8a9144ed59c41c10008a8cc005 100644
--- a/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp
+++ b/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp
@@ -33,7 +33,7 @@
#include "public/platform/Platform.h"
#include "public/platform/WebGraphicsContext3DProvider.h"
-#include "third_party/skia/include/gpu/SkGpuDevice.h"
+#include "third_party/skia/include/core/SkDevice.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/RefPtr.h"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698