| 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;
|
| };
|
|
|