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

Unified Diff: chrome/browser/themes/theme_service.h

Issue 8789016: Revert 112839 (it probably caused http://crbug.com/106299 ) - GTK: Port omnibox drawing from GdkG... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | « no previous file | chrome/browser/themes/theme_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/themes/theme_service.h
===================================================================
--- chrome/browser/themes/theme_service.h (revision 112901)
+++ chrome/browser/themes/theme_service.h (working copy)
@@ -28,10 +28,6 @@
struct HSL;
}
-namespace gfx {
-class Image;
-}
-
namespace ui {
class ResourceBundle;
}
@@ -144,13 +140,6 @@
REPEAT = 3
} Tiling;
- // Returns a cross platform image for an id.
- //
- // TODO(erg): Make this a virtual, exposed through ui::ThemeProvider and the
- // main way to get theme properties out of the theme provider since it's
- // cross platform.
- const gfx::Image* GetImageNamed(int id) const;
-
// ui::ThemeProvider implementation.
virtual void Init(Profile* profile) OVERRIDE;
virtual SkBitmap* GetBitmapNamed(int id) const OVERRIDE;
Property changes on: chrome/browser/themes/theme_service.h
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « no previous file | chrome/browser/themes/theme_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698