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

Unified Diff: content/browser/android/edge_effect.h

Issue 755643004: Replace SystemUIResourceManager with ResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix clang build failure 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/browser/android/content_view_render_view.cc ('k') | content/browser/android/edge_effect.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/edge_effect.h
diff --git a/content/browser/android/edge_effect.h b/content/browser/android/edge_effect.h
index 8fb5c5f55d35e94210f08b1e965f24fe60507a5d..7b0e2e426ffe37fad24852b3ee54b209546a4daa 100644
--- a/content/browser/android/edge_effect.h
+++ b/content/browser/android/edge_effect.h
@@ -13,7 +13,7 @@ class Layer;
}
namespace ui {
-class SystemUIResourceManager;
+class ResourceManager;
}
namespace content {
@@ -24,7 +24,7 @@ namespace content {
// All coordinates and dimensions are in device pixels.
class EdgeEffect : public EdgeEffectBase {
public:
- explicit EdgeEffect(ui::SystemUIResourceManager* resource_manager,
+ explicit EdgeEffect(ui::ResourceManager* resource_manager,
float device_scale_factor);
virtual ~EdgeEffect();
@@ -43,7 +43,7 @@ class EdgeEffect : public EdgeEffectBase {
virtual void SetParent(cc::Layer* parent) override;
// Thread-safe trigger to load resources.
- static void PreloadResources(ui::SystemUIResourceManager* resource_manager);
+ static void PreloadResources(ui::ResourceManager* resource_manager);
private:
class EffectLayer;
« no previous file with comments | « content/browser/android/content_view_render_view.cc ('k') | content/browser/android/edge_effect.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698