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

Unified Diff: third_party/WebKit/Source/core/page/Page.h

Issue 1441073006: Move throttling of background timers into the renderer scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Last few changes Sami requested Created 5 years, 1 month 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/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 15cfbc5d8bf6def7abcf5bd81146bf311e9cfa29..1ce3024aae3854c3c3b26056b845e6831d513f94 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;
« no previous file with comments | « third_party/WebKit/Source/core/frame/SuspendableTimer.cpp ('k') | third_party/WebKit/Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698