| 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 0f8a3c4d5cbcbca4c5c27a9090127924ca38dfc2..fe1bb386e79870610274444b787445f3aeb1078f 100644
|
| --- a/third_party/WebKit/Source/core/page/Page.h
|
| +++ b/third_party/WebKit/Source/core/page/Page.h
|
| @@ -185,8 +185,6 @@ public:
|
| bool isPainting() const { return m_isPainting; }
|
| #endif
|
|
|
| - double timerAlignmentInterval() const;
|
| -
|
| class CORE_EXPORT MultisamplingChangedObserver : public WillBeGarbageCollectedMixin {
|
| public:
|
| virtual void multisamplingChanged(bool) = 0;
|
| @@ -213,8 +211,6 @@ public:
|
| private:
|
| void initGroup();
|
|
|
| - void setTimerAlignmentInterval(double);
|
| -
|
| void setNeedsLayoutInAllFrames();
|
|
|
| // SettingsDelegate overrides.
|
| @@ -261,8 +257,6 @@ private:
|
|
|
| float m_deviceScaleFactor;
|
|
|
| - double m_timerAlignmentInterval;
|
| -
|
| PageVisibilityState m_visibilityState;
|
|
|
| bool m_isCursorVisible;
|
|
|