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

Unified Diff: Source/WebCore/platform/graphics/chromium/Canvas2DLayerChromium.h

Issue 7274032: Merge 89635 - 2011-06-23 John Bates <jbates@google.com> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 6 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/chromium/Canvas2DLayerChromium.h
===================================================================
--- Source/WebCore/platform/graphics/chromium/Canvas2DLayerChromium.h (revision 89959)
+++ Source/WebCore/platform/graphics/chromium/Canvas2DLayerChromium.h (working copy)
@@ -45,7 +45,7 @@
public:
static PassRefPtr<Canvas2DLayerChromium> create(DrawingBuffer*, GraphicsLayerChromium* owner);
virtual ~Canvas2DLayerChromium();
- virtual bool drawsContent() const { return true; }
+ virtual bool drawsContent() const;
virtual void updateCompositorResources();
void setTextureChanged();
« no previous file with comments | « Source/WebCore/platform/graphics/Extensions3D.h ('k') | Source/WebCore/platform/graphics/chromium/Canvas2DLayerChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698