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

Unified Diff: chrome/browser/android/compositor/layer/content_layer.h

Issue 2707403004: Unify background color gutters. (Closed)
Patch Set: Rebase Created 3 years, 10 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 | « no previous file | chrome/browser/android/compositor/layer/content_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/compositor/layer/content_layer.h
diff --git a/chrome/browser/android/compositor/layer/content_layer.h b/chrome/browser/android/compositor/layer/content_layer.h
index 67360632091a3e0d38bc763dfc3c318e7395b2a6..752c643b3123d1aacc5231175971f7477d80dc4d 100644
--- a/chrome/browser/android/compositor/layer/content_layer.h
+++ b/chrome/browser/android/compositor/layer/content_layer.h
@@ -19,7 +19,6 @@ class Layer;
namespace android {
class TabContentManager;
-class ThumbnailLayer;
// Sub layer tree representation of the contents of a tab.
// Contains logic to temporarily display a static thumbnail
@@ -40,14 +39,13 @@ class ContentLayer : public Layer {
scoped_refptr<cc::Layer> layer() override;
+ gfx::Size ComputeSize(int id) const;
+
protected:
explicit ContentLayer(TabContentManager* tab_content_manager);
~ContentLayer() override;
private:
- void SetContentLayer(scoped_refptr<cc::Layer> layer);
- void SetStaticLayer(scoped_refptr<ThumbnailLayer> layer);
-
// This is an intermediate shim layer whose children are
// both the static and content layers (or either, or none, depending on which
// is available).
« no previous file with comments | « no previous file | chrome/browser/android/compositor/layer/content_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698