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

Unified Diff: cc/image_layer.h

Issue 12774006: cc: Chromify Layer and LayerImpl classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MoreAndroidCompilings Created 7 years, 9 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/heads_up_display_unittest.cc ('k') | cc/image_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/image_layer.h
diff --git a/cc/image_layer.h b/cc/image_layer.h
index cb451e2bc6a6a7bd78f9f1e3bbfdeb9e3a8e2709..d43828416540a5984f2185f0d0c0d41cedc545bf 100644
--- a/cc/image_layer.h
+++ b/cc/image_layer.h
@@ -18,13 +18,13 @@ class CC_EXPORT ImageLayer : public TiledLayer {
public:
static scoped_refptr<ImageLayer> Create();
- virtual bool drawsContent() const OVERRIDE;
- virtual void setTexturePriorities(const PriorityCalculator& priority_calc)
+ virtual bool DrawsContent() const OVERRIDE;
+ virtual void SetTexturePriorities(const PriorityCalculator& priority_calc)
OVERRIDE;
- virtual void update(ResourceUpdateQueue& queue,
+ virtual void Update(ResourceUpdateQueue* queue,
const OcclusionTracker* occlusion,
RenderingStats* stats) OVERRIDE;
- virtual void calculateContentsScale(float ideal_contents_scale,
+ virtual void CalculateContentsScale(float ideal_contents_scale,
bool animating_transform_to_screen,
float* contents_scale_x,
float* contents_scale_y,
« no previous file with comments | « cc/heads_up_display_unittest.cc ('k') | cc/image_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698