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

Unified Diff: public/platform/WebData.h

Issue 438843004: Move the user agent styles sheets to blink_resources.grd (Part 3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebData.h
diff --git a/public/platform/WebData.h b/public/platform/WebData.h
index 5630c71d162cd4a494b1f62abc7b0907dc9cf4b5..a416218400f4f21588fef4ac123732687efddae2 100644
--- a/public/platform/WebData.h
+++ b/public/platform/WebData.h
@@ -31,6 +31,7 @@
#ifndef WebData_h
#define WebData_h
+#include "WebCString.h"
abarth-chromium 2014/08/03 14:53:31 This include is no longer necessary.
#include "WebCommon.h"
#include "WebPrivatePtr.h"
@@ -75,6 +76,9 @@ public:
size_t size() const;
const char* data() const;
+#if INSIDE_BLINK
+ String toASCIIString() const;
+#endif
bool isEmpty() const { return !size(); }
bool isNull() const { return m_private.isNull(); }
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698