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

Unified Diff: Source/WebCore/platform/graphics/chromium/cc/CCHeadsUpDisplayLayerImpl.h

Issue 10873098: Merge 125445 - [chromium] Clear HUD canvas contents before drawing into it. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 4 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/cc/CCHeadsUpDisplayLayerImpl.h
===================================================================
--- Source/WebCore/platform/graphics/chromium/cc/CCHeadsUpDisplayLayerImpl.h (revision 126820)
+++ Source/WebCore/platform/graphics/chromium/cc/CCHeadsUpDisplayLayerImpl.h (working copy)
@@ -68,6 +68,7 @@
OwnPtr<CCFontAtlas> m_fontAtlas;
OwnPtr<CCScopedTexture> m_hudTexture;
+ OwnPtr<SkCanvas> m_hudCanvas;
};
}
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | Source/WebCore/platform/graphics/chromium/cc/CCHeadsUpDisplayLayerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698