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

Side by Side Diff: cc/layer_tree_host_impl.h

Issue 11958004: Make new-style page scale work on Android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 80-col limit 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 unified diff | Download patch
OLDNEW
1 // Copyright 2011 The Chromium Authors. All rights reserved. 1 // Copyright 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CC_LAYER_TREE_HOST_IMPL_H_ 5 #ifndef CC_LAYER_TREE_HOST_IMPL_H_
6 #define CC_LAYER_TREE_HOST_IMPL_H_ 6 #define CC_LAYER_TREE_HOST_IMPL_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "base/time.h" 10 #include "base/time.h"
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 void setPageScaleDelta(float); 285 void setPageScaleDelta(float);
286 void updateMaxScrollOffset(); 286 void updateMaxScrollOffset();
287 void trackDamageForAllSurfaces(LayerImpl* rootDrawLayer, const LayerList& re nderSurfaceLayerList); 287 void trackDamageForAllSurfaces(LayerImpl* rootDrawLayer, const LayerList& re nderSurfaceLayerList);
288 288
289 // Returns false if the frame should not be displayed. This function should 289 // Returns false if the frame should not be displayed. This function should
290 // only be called from prepareToDraw, as didDrawAllLayers must be called 290 // only be called from prepareToDraw, as didDrawAllLayers must be called
291 // if this helper function is called. 291 // if this helper function is called.
292 bool calculateRenderPasses(FrameData&); 292 bool calculateRenderPasses(FrameData&);
293 void animateLayersRecursive(LayerImpl*, base::TimeTicks monotonicTime, base: :Time wallClockTime, AnimationEventsVector*, bool& didAnimate, bool& needsAnimat eLayers); 293 void animateLayersRecursive(LayerImpl*, base::TimeTicks monotonicTime, base: :Time wallClockTime, AnimationEventsVector*, bool& didAnimate, bool& needsAnimat eLayers);
294 void setBackgroundTickingEnabled(bool); 294 void setBackgroundTickingEnabled(bool);
295 gfx::Size contentSize() const;
296 295
297 void sendDidLoseOutputSurfaceRecursive(LayerImpl*); 296 void sendDidLoseOutputSurfaceRecursive(LayerImpl*);
298 void clearRenderSurfaces(); 297 void clearRenderSurfaces();
299 bool ensureRenderSurfaceLayerList(); 298 bool ensureRenderSurfaceLayerList();
300 void clearCurrentlyScrollingLayer(); 299 void clearCurrentlyScrollingLayer();
301 300
302 void animateScrollbarsRecursive(LayerImpl*, base::TimeTicks monotonicTime); 301 void animateScrollbarsRecursive(LayerImpl*, base::TimeTicks monotonicTime);
303 302
304 void dumpRenderSurfaces(std::string*, int indent, const LayerImpl*) const; 303 void dumpRenderSurfaces(std::string*, int indent, const LayerImpl*) const;
305 304
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 size_t m_lastSentMemoryUseBytes; 351 size_t m_lastSentMemoryUseBytes;
353 352
354 scoped_ptr<AnimationRegistrar> m_animationRegistrar; 353 scoped_ptr<AnimationRegistrar> m_animationRegistrar;
355 354
356 DISALLOW_COPY_AND_ASSIGN(LayerTreeHostImpl); 355 DISALLOW_COPY_AND_ASSIGN(LayerTreeHostImpl);
357 }; 356 };
358 357
359 } // namespace cc 358 } // namespace cc
360 359
361 #endif // CC_LAYER_TREE_HOST_IMPL_H_ 360 #endif // CC_LAYER_TREE_HOST_IMPL_H_
OLDNEW
« no previous file with comments | « no previous file | cc/layer_tree_host_impl.cc » ('j') | content/browser/android/content_startup_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698