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

Unified Diff: content/shell/renderer/layout_test/blink_test_runner.h

Issue 1685003002: Plumb the correct owner document through DocumentInit::m_owner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 10 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: content/shell/renderer/layout_test/blink_test_runner.h
diff --git a/content/shell/renderer/layout_test/blink_test_runner.h b/content/shell/renderer/layout_test/blink_test_runner.h
index 0354eb3988b44acaf3d67fde8462db3814303e46..ae3b50f590cab323c36852266ea01f123b6d9ebb 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.h
+++ b/content/shell/renderer/layout_test/blink_test_runner.h
@@ -158,7 +158,7 @@ class BlinkTestRunner : public RenderViewObserver,
blink::WebPoint ConvertDIPToNative(
const blink::WebPoint& point_in_dip) const override;
- void Reset();
+ void Reset(bool for_new_test);
Charlie Reis 2016/02/25 01:08:08 Let's add some comment about what this method and
dcheng 2016/02/25 01:13:28 Done (I'll upload this with my next patch, which t
void set_proxy(test_runner::WebTestProxyBase* proxy) { proxy_ = proxy; }
test_runner::WebTestProxyBase* proxy() const { return proxy_; }

Powered by Google App Engine
This is Rietveld 408576698