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

Unified Diff: cc/layers/layer_impl.h

Issue 13863015: Add flag for drawing layers to screen with Ganesh (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use kTopLeft Created 7 years, 7 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/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 1798b93566a96b7bf0330e9d12508c16ddd69234..2aa1c13ae3bba7ee1c69a074b1fa3a5451c48e63 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -436,6 +436,8 @@ class CC_EXPORT LayerImpl : LayerAnimationValueObserver {
// Note carefully this does not affect the current layer.
void NoteLayerPropertyChangedForDescendants();
+ bool CanDrawDirectlyToBackbuffer() const;
+
private:
void UpdateScrollbarPositions();

Powered by Google App Engine
This is Rietveld 408576698