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

Unified Diff: cc/layer_tree_host.h

Issue 11413123: cc: switch to new WebLayerTreeViewClient API for requesting font atlas (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixing aura, added show check Created 8 years, 1 month 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/layer_tree_host.h
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
index c140b31da21635175b86a2af5fa22821654a8db0..21366f4a0bdbc810d67c35f0c712a814ca0718f6 100644
--- a/cc/layer_tree_host.h
+++ b/cc/layer_tree_host.h
@@ -222,7 +222,6 @@ public:
float deviceScaleFactor() const { return m_deviceScaleFactor; }
void setShowFPSCounter(bool show);
- void setFontAtlas(scoped_ptr<FontAtlas>);
HeadsUpDisplayLayer* hudLayer() const { return m_hudLayer.get(); }
@@ -254,6 +253,7 @@ private:
void setAnimationEventsRecursive(const AnimationEventsVector&, Layer*, base::Time wallClockTime);
void createHUDLayerIfNeeded();
+ void createFontAtlasIfNeeded();
bool m_animating;
bool m_needsAnimateLayers;
« no previous file with comments | « cc/heads_up_display_layer.cc ('k') | cc/layer_tree_host.cc » ('j') | ui/compositor/compositor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698