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

Unified Diff: mojo/examples/html_viewer/webthemeengine_impl.h

Issue 358953002: Mojo: Add WebThemeEngine implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « mojo/examples/html_viewer/blink_platform_impl.cc ('k') | mojo/examples/html_viewer/webthemeengine_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/html_viewer/webthemeengine_impl.h
diff --git a/content/child/webthemeengine_impl_default.h b/mojo/examples/html_viewer/webthemeengine_impl.h
similarity index 79%
copy from content/child/webthemeengine_impl_default.h
copy to mojo/examples/html_viewer/webthemeengine_impl.h
index b757d441b39955ccc186443de7f5bb69c89c3ce1..2fcfecff2d7446502d4c1d62cb4c9a5e8c9be093 100644
--- a/content/child/webthemeengine_impl_default.h
+++ b/mojo/examples/html_viewer/webthemeengine_impl.h
@@ -2,12 +2,13 @@
// 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_DEFAULT_H_
-#define CONTENT_CHILD_WEBTHEMEENGINE_IMPL_DEFAULT_H_
+#ifndef MOJO_EXAMPLES_HTML_VIEWER_WEBTHEMEENGINE_IMPL_H_
+#define MOJO_EXAMPLES_HTML_VIEWER_WEBTHEMEENGINE_IMPL_H_
#include "third_party/WebKit/public/platform/WebThemeEngine.h"
-namespace content {
+namespace mojo {
+namespace examples {
class WebThemeEngineImpl : public blink::WebThemeEngine {
public:
@@ -27,6 +28,7 @@ class WebThemeEngineImpl : public blink::WebThemeEngine {
const blink::WebRect& rect);
};
-} // namespace content
+} // namespace examples
+} // namespace mojo
-#endif // CONTENT_CHILD_WEBTHEMEENGINE_IMPL_DEFAULT_H_
+#endif // MOJO_EXAMPLES_HTML_VIEWER_WEBTHEMEENGINE_IMPL_H_
« no previous file with comments | « mojo/examples/html_viewer/blink_platform_impl.cc ('k') | mojo/examples/html_viewer/webthemeengine_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698