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

Unified Diff: Source/core/platform/chromium/support/GraphicsContext3DPrivate.cpp

Issue 14550002: Making GraphicsContext the owner of PlatformContext. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixing tests and addressing comments. Created 7 years, 8 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
Index: Source/core/platform/chromium/support/GraphicsContext3DPrivate.cpp
diff --git a/Source/core/platform/chromium/support/GraphicsContext3DPrivate.cpp b/Source/core/platform/chromium/support/GraphicsContext3DPrivate.cpp
index ea974afb7700b34d98465430ab4261ca32b48e66..9d7136990547e5bf484eefa8e882ad92d7015d40 100644
--- a/Source/core/platform/chromium/support/GraphicsContext3DPrivate.cpp
+++ b/Source/core/platform/chromium/support/GraphicsContext3DPrivate.cpp
@@ -37,6 +37,7 @@
#include "core/platform/graphics/Extensions3D.h"
#include "core/platform/graphics/ImageBuffer.h"
#include "core/platform/graphics/gpu/DrawingBuffer.h"
+#include "core/platform/graphics/skia/PlatformContextSkia.h"
#include <public/WebGraphicsContext3D.h>
#include <public/WebGraphicsMemoryAllocation.h>
#include <wtf/text/CString.h>

Powered by Google App Engine
This is Rietveld 408576698