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

Unified Diff: Source/Platform/chromium/public/WebFallbackThemeEngine.h

Issue 14108007: Introduce the fallback theme engine that will be used to paint a fallback UI (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added to Platform.gypi Created 7 years, 7 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 | « Source/Platform/chromium/public/Platform.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/Platform/chromium/public/WebFallbackThemeEngine.h
diff --git a/Source/Platform/chromium/public/default/WebThemeEngine.h b/Source/Platform/chromium/public/WebFallbackThemeEngine.h
similarity index 96%
copy from Source/Platform/chromium/public/default/WebThemeEngine.h
copy to Source/Platform/chromium/public/WebFallbackThemeEngine.h
index f84f292d7f878e30ee3498089c8d976c15e8044b..ea87a8aa0d5394a76f302f8e85f743fb18c32d5f 100644
--- a/Source/Platform/chromium/public/default/WebThemeEngine.h
+++ b/Source/Platform/chromium/public/WebFallbackThemeEngine.h
@@ -28,18 +28,18 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef WebThemeEngine_h
-#define WebThemeEngine_h
+#ifndef WebFallbackThemeEngine_h
+#define WebFallbackThemeEngine_h
-#include "../WebCanvas.h"
-#include "../WebColor.h"
-#include "../WebSize.h"
+#include "WebCanvas.h"
+#include "WebColor.h"
+#include "WebSize.h"
namespace WebKit {
struct WebRect;
-class WebThemeEngine {
+class WebFallbackThemeEngine {
public:
// The UI part which is being accessed.
enum Part {
« no previous file with comments | « Source/Platform/chromium/public/Platform.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698