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

Unified Diff: ui/native_theme/native_theme_aura.h

Issue 2480063002: Split NativeThemeAura into Overlay and NonOverlay versions. (Closed)
Patch Set: Fix Created 4 years, 1 month 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 | « ui/native_theme/native_theme_android.cc ('k') | ui/native_theme/native_theme_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/native_theme_aura.h
diff --git a/ui/native_theme/native_theme_aura.h b/ui/native_theme/native_theme_aura.h
index e2fbfc4e741f42ac764795f448c36849b3579edd..6f6fe049f61f69fe5c71bf0519b1010b0db8bd7d 100644
--- a/ui/native_theme/native_theme_aura.h
+++ b/ui/native_theme/native_theme_aura.h
@@ -47,9 +47,6 @@ class NATIVE_THEME_EXPORT NativeThemeAura : public NativeThemeBase {
void PaintScrollbarCorner(SkCanvas* canvas,
State state,
const gfx::Rect& rect) const override;
- gfx::Size GetPartSize(Part part,
- State state,
- const ExtraParams& extra) const override;
private:
DISALLOW_COPY_AND_ASSIGN(NativeThemeAura);
« no previous file with comments | « ui/native_theme/native_theme_android.cc ('k') | ui/native_theme/native_theme_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698