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

Unified Diff: third_party/WebKit/Source/modules/csspaint/PaintWorkletTest.cpp

Issue 2562323002: Devirtualize Frame::domWindow(). (Closed)
Patch Set: Created 4 years 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/modules/csspaint/PaintWorkletTest.cpp
diff --git a/third_party/WebKit/Source/modules/csspaint/PaintWorkletTest.cpp b/third_party/WebKit/Source/modules/csspaint/PaintWorkletTest.cpp
index 5649878057a15ec055db82f540ed9f2a6ddb9f3c..4c8d400316c78611b419b4ce5e8dcc04b3a6cb79 100644
--- a/third_party/WebKit/Source/modules/csspaint/PaintWorkletTest.cpp
+++ b/third_party/WebKit/Source/modules/csspaint/PaintWorkletTest.cpp
@@ -22,7 +22,7 @@ class PaintWorkletTest : public testing::Test {
PaintWorkletTest() : m_page(DummyPageHolder::create()) {}
PaintWorklet* paintWorklet() {
- return WindowPaintWorklet::from(*m_page->frame().localDOMWindow())
+ return WindowPaintWorklet::from(*m_page->frame().domWindow())
.paintWorklet();
}

Powered by Google App Engine
This is Rietveld 408576698