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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.h

Issue 2948983002: Low memory page navigation GC for low end devices (Closed)
Patch Set: fix Created 3 years, 6 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/bindings/core/v8/V8GCForContextDispose.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.h b/third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.h
index de0aec529b3e32acc1a2c9adcc949d322ebc971a..b9fd253a54578e55006ef4fb5cf66e2af01ceaf2 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.h
@@ -31,6 +31,7 @@
#ifndef V8GCForContextDispose_h
#define V8GCForContextDispose_h
+#include "bindings/core/v8/WindowProxy.h"
#include "platform/Timer.h"
namespace blink {
@@ -40,7 +41,7 @@ class V8GCForContextDispose {
WTF_MAKE_NONCOPYABLE(V8GCForContextDispose);
public:
- void NotifyContextDisposed(bool is_main_frame);
+ void NotifyContextDisposed(bool is_main_frame, WindowProxy::FrameReuseStatus);
void NotifyIdle();
static V8GCForContextDispose& Instance();

Powered by Google App Engine
This is Rietveld 408576698