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

Unified Diff: content/shell/renderer/test_runner/test_runner.cc

Issue 282083003: Remove unused WebTestProxy paint/canvas code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove needless comment Created 6 years, 7 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
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/web_test_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/test_runner.cc
diff --git a/content/shell/renderer/test_runner/test_runner.cc b/content/shell/renderer/test_runner/test_runner.cc
index 7ae7f031adaa9a61f442fc2087bbf3496780b22a..0ec8a4027a6d41adccc1cc41f6f2a0918b9b3fee 100644
--- a/content/shell/renderer/test_runner/test_runner.cc
+++ b/content/shell/renderer/test_runner/test_runner.cc
@@ -2503,7 +2503,6 @@ std::string TestRunner::PathToLocalResource(const std::string& path) {
void TestRunner::SetBackingScaleFactor(double value,
v8::Handle<v8::Function> callback) {
delegate_->setDeviceScaleFactor(value);
- proxy_->DiscardBackingStore();
delegate_->postTask(new InvokeCallbackTask(this, callback));
}
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/web_test_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698