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

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

Issue 7522010: Merge 91823 - [chromium] REGRESSION(90963): Content layers are not redrawn after losing the compo... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 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 | « Source/WebCore/ChangeLog ('k') | Source/WebCore/platform/graphics/chromium/ContentLayerChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/chromium/ContentLayerChromium.h
===================================================================
--- Source/WebCore/platform/graphics/chromium/ContentLayerChromium.h (revision 91885)
+++ Source/WebCore/platform/graphics/chromium/ContentLayerChromium.h (working copy)
@@ -57,6 +57,7 @@
virtual const char* layerTypeAsString() const { return "ContentLayer"; }
+ virtual void cleanupResources();
virtual bool drawsContent() const;
virtual void createTextureUpdaterIfNeeded();
virtual LayerTextureUpdater* textureUpdater() const { return m_textureUpdater.get(); }
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | Source/WebCore/platform/graphics/chromium/ContentLayerChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698