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

Unified Diff: Source/core/rendering/RenderThemeChromiumWin.h

Issue 738113003: Refactor RenderThemeChromiumDefault (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix android build Created 6 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
Index: Source/core/rendering/RenderThemeChromiumWin.h
diff --git a/Source/modules/indexeddb/IndexedDB.h b/Source/core/rendering/RenderThemeChromiumWin.h
similarity index 79%
copy from Source/modules/indexeddb/IndexedDB.h
copy to Source/core/rendering/RenderThemeChromiumWin.h
index d6abfe3d5c6c900b04ae85e602d54e1591591c65..10788ce3f85b595cdb1a3ef6f28196ba32d04980 100644
--- a/Source/modules/indexeddb/IndexedDB.h
+++ b/Source/core/rendering/RenderThemeChromiumWin.h
@@ -1,5 +1,5 @@
/*
tkent 2014/11/20 01:53:26 Please use Chromium-style header http://www.chromi
- * Copyright (C) 2013 Google Inc. All rights reserved.
+ * Copyright (C) 2014 Samsung Electronics. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -23,20 +23,18 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef IndexedDB_h
-#define IndexedDB_h
+#ifndef RenderThemeChromiumWin_h
+#define RenderThemeChromiumWin_h
-namespace blink {
+#include "core/rendering/RenderThemeChromiumDefault.h"
-namespace IndexedDB {
+namespace blink {
-enum CursorType {
- CursorKeyAndValue = 0,
- CursorKeyOnly
+class RenderThemeChromiumWin final : public RenderThemeChromiumDefault {
+public:
+ static PassRefPtr<RenderTheme> create();
};
-} // namespace IndexedDB
-
} // namespace blink
-#endif // IndexedDB_h
+#endif // RenderThemeChromiumWin_h

Powered by Google App Engine
This is Rietveld 408576698