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

Unified Diff: cc/layers/content_layer.h

Issue 85143002: Dirty rects always contain full tiles with delegated rendering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed broken test due to this patch Created 7 years 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/layers/content_layer.h
diff --git a/cc/layers/content_layer.h b/cc/layers/content_layer.h
index e7782ce2f483458313d03aa19c0404de383e3060..1cb1b11a116bf73c3c9087f161c6a8b959b9f4a2 100644
--- a/cc/layers/content_layer.h
+++ b/cc/layers/content_layer.h
@@ -60,11 +60,11 @@ class CC_EXPORT ContentLayer : public TiledLayer {
explicit ContentLayer(ContentLayerClient* client);
virtual ~ContentLayer();
- private:
// TiledLayer implementation.
virtual LayerUpdater* Updater() const OVERRIDE;
danakj 2013/12/02 15:06:52 Keep this method private
virtual void CreateUpdaterIfNeeded() OVERRIDE;
+ private:
void UpdateCanUseLCDText();
ContentLayerClient* client_;
« no previous file with comments | « AUTHORS ('k') | cc/layers/tiled_layer.h » ('j') | cc/layers/tiled_layer_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698