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

Unified Diff: cc/CCLayerTreeHost.h

Issue 10917153: Update cc snapshot to r127918 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
« no previous file with comments | « cc/CCInputHandler.h ('k') | cc/CCLayerTreeHost.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCLayerTreeHost.h
diff --git a/cc/CCLayerTreeHost.h b/cc/CCLayerTreeHost.h
index 65b68545beefabecce1e6866c851d245b1bfa2b9..f8cfad367c850a3f4fc541c78ca418ebd5abbed3 100644
--- a/cc/CCLayerTreeHost.h
+++ b/cc/CCLayerTreeHost.h
@@ -124,6 +124,7 @@ public:
void willCommit();
void commitComplete();
PassOwnPtr<CCGraphicsContext> createContext();
+ PassOwnPtr<CCInputHandler> createInputHandler();
virtual PassOwnPtr<CCLayerTreeHostImpl> createLayerTreeHostImpl(CCLayerTreeHostImplClient*);
void didLoseContext();
enum RecreateResult {
@@ -142,8 +143,6 @@ public:
CCLayerTreeHostClient* client() { return m_client; }
- int compositorIdentifier() const { return m_compositorIdentifier; }
-
// Only used when compositing on the main thread.
void composite();
void scheduleComposite();
@@ -247,8 +246,6 @@ private:
bool animateLayersRecursive(LayerChromium* current, double monotonicTime);
void setAnimationEventsRecursive(const CCAnimationEventsVector&, LayerChromium*, double wallClockTime);
- int m_compositorIdentifier;
-
bool m_animating;
bool m_needsAnimateLayers;
« no previous file with comments | « cc/CCInputHandler.h ('k') | cc/CCLayerTreeHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698