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

Unified Diff: content/child/webthemeengine_impl_win.h

Issue 154643005: Remove references to non-Aura Win WebThemeEngine implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove files from the gypi also Created 6 years, 10 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 | « no previous file | content/child/webthemeengine_impl_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/webthemeengine_impl_win.h
diff --git a/content/child/webthemeengine_impl_win.h b/content/child/webthemeengine_impl_win.h
deleted file mode 100644
index 0219e4c860d28b21754cc69f0e69d130acd8639a..0000000000000000000000000000000000000000
--- a/content/child/webthemeengine_impl_win.h
+++ /dev/null
@@ -1,49 +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_CHILD_WEBTHEMEENGINE_IMPL_WIN_H_
-#define CONTENT_CHILD_WEBTHEMEENGINE_IMPL_WIN_H_
-
-#include "third_party/WebKit/public/platform/win/WebThemeEngine.h"
-
-namespace content {
-
-class WebThemeEngineImpl : public blink::WebThemeEngine {
- public:
- // WebThemeEngine methods:
- virtual void paintButton(
- blink::WebCanvas* canvas, int part, int state, int classic_state,
- const blink::WebRect& rect);
- virtual void paintMenuList(
- blink::WebCanvas* canvas, int part, int state, int classic_state,
- const blink::WebRect& rect);
- virtual void paintScrollbarArrow(
- blink::WebCanvas* canvas, int state, int classic_state,
- const blink::WebRect& rect);
- virtual void paintScrollbarThumb(
- blink::WebCanvas* canvas, int part, int state, int classic_state,
- const blink::WebRect& rect);
- virtual void paintScrollbarTrack(
- blink::WebCanvas* canvas, int part, int state, int classic_state,
- const blink::WebRect& rect, const blink::WebRect& align_rect);
- virtual void paintSpinButton(
- blink::WebCanvas* canvas, int part, int state, int classic_state,
- const blink::WebRect& rect);
- virtual void paintTextField(
- blink::WebCanvas* canvas, int part, int state, int classic_state,
- const blink::WebRect& rect, blink::WebColor color,
- bool fill_content_area, bool draw_edges);
- virtual void paintTrackbar(
- blink::WebCanvas* canvas, int part, int state, int classic_state,
- const blink::WebRect& rect);
- virtual void paintProgressBar(
- blink::WebCanvas* canvas, const blink::WebRect& barRect,
- const blink::WebRect& valueRect, bool determinate,
- double animatedSeconds);
- virtual blink::WebSize getSize(int part);
-};
-
-} // namespace content
-
-#endif // CONTENT_CHILD_WEBTHEMEENGINE_IMPL_WIN_H_
« no previous file with comments | « no previous file | content/child/webthemeengine_impl_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698