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

Unified Diff: sky/engine/platform/graphics/ImageBufferSurface.h

Issue 1229113003: Remove some unneeded DEPS from //sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « sky/engine/platform/graphics/ImageBuffer.cpp ('k') | sky/engine/platform/graphics/gpu/DrawingBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/graphics/ImageBufferSurface.h
diff --git a/sky/engine/platform/graphics/ImageBufferSurface.h b/sky/engine/platform/graphics/ImageBufferSurface.h
index a2e90f8f9e84144e5b1d9b5369f46dcfafd2e79b..b52bf265344b75cdb7afcb27c16f86fbd9266dbf 100644
--- a/sky/engine/platform/graphics/ImageBufferSurface.h
+++ b/sky/engine/platform/graphics/ImageBufferSurface.h
@@ -33,7 +33,6 @@
#include "sky/engine/platform/PlatformExport.h"
#include "sky/engine/platform/geometry/IntSize.h"
-#include "sky/engine/platform/graphics/GraphicsTypes3D.h"
#include "sky/engine/wtf/FastAllocBase.h"
#include "sky/engine/wtf/Noncopyable.h"
#include "sky/engine/wtf/PassRefPtr.h"
@@ -65,7 +64,6 @@ public:
virtual bool restore() { return false; };
virtual WebLayer* layer() const { return 0; };
virtual bool isAccelerated() const { return false; }
- virtual Platform3DObject getBackingTexture() const { return 0; }
virtual bool cachedBitmapEnabled() const { return false; }
virtual const SkBitmap& cachedBitmap() const;
virtual void invalidateCachedBitmap() { }
« no previous file with comments | « sky/engine/platform/graphics/ImageBuffer.cpp ('k') | sky/engine/platform/graphics/gpu/DrawingBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698