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

Unified Diff: Source/core/frame/Screen.h

Issue 517043003: Move Frame to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update OilpanExpectations Created 6 years, 3 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: Source/core/frame/Screen.h
diff --git a/Source/core/frame/Screen.h b/Source/core/frame/Screen.h
index bd91961acdf4500942d3c5f1b2a872a3516ccad4..b611b0dd6318d8a5723837c217e5142897359a64 100644
--- a/Source/core/frame/Screen.h
+++ b/Source/core/frame/Screen.h
@@ -59,7 +59,7 @@ public:
unsigned availHeight() const;
unsigned availWidth() const;
- void trace(Visitor*);
+ virtual void trace(Visitor*) OVERRIDE;
private:
explicit Screen(LocalFrame*);

Powered by Google App Engine
This is Rietveld 408576698