| Index: third_party/WebKit/Source/core/page/Page.h
|
| diff --git a/third_party/WebKit/Source/core/page/Page.h b/third_party/WebKit/Source/core/page/Page.h
|
| index ee746b9165414322b05c1081e4ab3b7d5294c133..53fbb15b23e069a362494daf78758a4412a3dc44 100644
|
| --- a/third_party/WebKit/Source/core/page/Page.h
|
| +++ b/third_party/WebKit/Source/core/page/Page.h
|
| @@ -119,6 +119,7 @@ class CORE_EXPORT Page final : public GarbageCollectedFinalized<Page>,
|
|
|
| static void platformColorsChanged();
|
|
|
| + // TODO(sashab): Remove this.
|
| FrameHost& frameHost() const { return *m_frameHost; }
|
|
|
| void setNeedsRecalcStyleInAllFrames();
|
|
|