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

Unified Diff: cc/picture_layer_impl.h

Issue 11883030: cc: Fix lost context handling when using impl-side painting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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: cc/picture_layer_impl.h
diff --git a/cc/picture_layer_impl.h b/cc/picture_layer_impl.h
index bd8d4b5c74209f768a88890a991c4b7f492f8a5b..5e3184be94785734caf115dbae58f6f4181c564f 100644
--- a/cc/picture_layer_impl.h
+++ b/cc/picture_layer_impl.h
@@ -33,6 +33,7 @@ public:
virtual void dumpLayerProperties(std::string*, int indent) const OVERRIDE;
virtual void didUpdateTransforms() OVERRIDE;
virtual void didBecomeActive() OVERRIDE;
+ virtual void didLoseOutputSurface() OVERRIDE;
virtual void calculateContentsScale(
float ideal_contents_scale,
float* contents_scale_x,

Powered by Google App Engine
This is Rietveld 408576698