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

Unified Diff: Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h

Issue 13529026: Removing a bunch of unused platform code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix whitespace and compiler error on Mac. 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/WebCore/platform/graphics/surfaces/GraphicsSurface.h
diff --git a/Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h b/Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h
index 731af2b6d65c3da9ad4729bb76255f38dbef4d04..701edd7d357bb3a1437d1ee71d75d8760c8e6b8f 100644
--- a/Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h
+++ b/Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h
@@ -113,11 +113,6 @@ protected:
private:
GraphicsSurface(const IntSize&, Flags);
-#if PLATFORM(QT)
- static void didReleaseImage(void*);
-#endif
-
-private:
uint32_t m_fbo;
GraphicsSurfacePrivate* m_private;
};
« no previous file with comments | « Source/WebCore/platform/graphics/cg/IntRectCG.cpp ('k') | Source/WebCore/platform/graphics/surfaces/glx/GLXConfigSelector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698