Index: cc/layer_tree_host_impl.h |
diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h |
index d3a5858815fbd631fe4c87adebe608f8e224303a..bd838b926ac105112c10a7108a3724f23065d27a 100644 |
--- a/cc/layer_tree_host_impl.h |
+++ b/cc/layer_tree_host_impl.h |
@@ -47,6 +47,7 @@ public: |
virtual void onCanDrawStateChanged(bool canDraw) = 0; |
virtual void onHasPendingTreeStateChanged(bool hasPendingTree) = 0; |
virtual void setNeedsRedrawOnImplThread() = 0; |
+ virtual void setNeedsRedrawOnVisibleTextureUploadOnImplThread() = 0; |
nduca
2013/01/16 04:09:47
onVisibleHighResolutionTileSomethingOrOther? That
brianderson
2013/01/16 20:12:22
I'll move the decision to draw to the proxy.
|
virtual void setNeedsCommitOnImplThread() = 0; |
virtual void setNeedsManageTilesOnImplThread() = 0; |
virtual void postAnimationEventsToMainThreadOnImplThread(scoped_ptr<AnimationEventsVector>, base::Time wallClockTime) = 0; |
@@ -122,6 +123,7 @@ public: |
// TileManagerClient implementation. |
virtual void ScheduleManageTiles() OVERRIDE; |
+ virtual void DidUploadVisibleHighResolutionTile() OVERRIDE; |
// OutputSurfaceClient implementation. |
virtual void OnVSyncParametersChanged(base::TimeTicks timebase, base::TimeDelta interval) OVERRIDE; |