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

Unified Diff: content/public/browser/android/layer_tree_build_helper.h

Issue 865413002: Remove unnecessary LayerTreeBuildHelper from ContentViewRenderView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/ContentViewRenderView.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/android/layer_tree_build_helper.h
diff --git a/content/public/browser/android/layer_tree_build_helper.h b/content/public/browser/android/layer_tree_build_helper.h
deleted file mode 100644
index 4f23a4bed12036d7b127e64b48a5f3950672b2bf..0000000000000000000000000000000000000000
--- a/content/public/browser/android/layer_tree_build_helper.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CONTENT_PUBLIC_BROWSER_ANDROID_LAYER_TREE_BUILD_HELPER_H_
-#define CONTENT_PUBLIC_BROWSER_ANDROID_LAYER_TREE_BUILD_HELPER_H_
-
-#include "base/memory/ref_counted.h"
-
-namespace cc {
-class Layer;
-}
-
-namespace content {
-
-// A Helper class to build a layer tree to be composited
-// given a content root layer.
-class LayerTreeBuildHelper {
- public:
- LayerTreeBuildHelper() {};
- virtual scoped_refptr<cc::Layer> GetLayerTree(
- scoped_refptr<cc::Layer> content_root_layer) = 0;
- virtual ~LayerTreeBuildHelper() {};
-
- private:
- DISALLOW_COPY_AND_ASSIGN(LayerTreeBuildHelper);
-};
-
-}
-
-#endif // CONTENT_PUBLIC_BROWSER_ANDROID_LAYER_TREE_BUILD_HELPER_H_
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/ContentViewRenderView.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698