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

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

Issue 731133002: Upstream ResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years 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/content_tests.gypi ('k') | content/public/test/content_test_suite_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/android/compositor.h
diff --git a/content/public/browser/android/compositor.h b/content/public/browser/android/compositor.h
index 25a61c88aecad8ef2d6fab370fb201c25faa0985..e7dd30e23fa52cc3201ea8678872e7c1bf7e3ea3 100644
--- a/content/public/browser/android/compositor.h
+++ b/content/public/browser/android/compositor.h
@@ -23,6 +23,10 @@ namespace gfx {
class JavaBitmap;
}
+namespace ui {
+class ResourceManager;
+}
+
namespace content {
class CompositorClient;
class UIResourceProvider;
@@ -68,6 +72,9 @@ class CONTENT_EXPORT Compositor {
// Returns the UI resource provider associated with the compositor.
virtual UIResourceProvider& GetUIResourceProvider() = 0;
+ // Returns the resource manager associated with the compositor.
+ virtual ui::ResourceManager& GetResourceManager() = 0;
+
protected:
Compositor() {}
};
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/test/content_test_suite_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698