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

Unified Diff: third_party/WebKit/Source/platform/text/CompressibleString.h

Issue 1646443002: Remove CompressibleStringImpl::s_isPageBackground (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
Index: third_party/WebKit/Source/platform/text/CompressibleString.h
diff --git a/third_party/WebKit/Source/platform/text/CompressibleString.h b/third_party/WebKit/Source/platform/text/CompressibleString.h
index 03668f689c3b7e206af23357ee1e3fecc19e912d..b7b3548031c167d5a40fd95be3022b751b60cb20 100644
--- a/third_party/WebKit/Source/platform/text/CompressibleString.h
+++ b/third_party/WebKit/Source/platform/text/CompressibleString.h
@@ -18,7 +18,6 @@ class PLATFORM_EXPORT CompressibleStringImpl final : public RefCounted<Compressi
WTF_MAKE_NONCOPYABLE(CompressibleStringImpl);
public:
static void compressAll();
- static void setPageBackground(bool);
CompressibleStringImpl()
: m_string()
@@ -69,8 +68,6 @@ public:
void decompressString();
private:
- static bool s_isPageBackground;
-
String m_string;
bool m_isCompressed;
};

Powered by Google App Engine
This is Rietveld 408576698