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

Unified Diff: content/public/test/render_widget_test.h

Issue 14779010: Don't expect ack for ViewMsg_OnResize if backing size is empty (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep short_circuit_size_update condition Created 7 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
Index: content/public/test/render_widget_test.h
diff --git a/content/public/test/render_widget_test.h b/content/public/test/render_widget_test.h
index 45a5f74216805846ef9cdfc301336be2865eb78c..9884c2be36af184ffa9d222b14217aaa7e81c86c 100644
--- a/content/public/test/render_widget_test.h
+++ b/content/public/test/render_widget_test.h
@@ -42,6 +42,9 @@ class RenderWidgetTest : public RenderViewTest {
// Test for ResizeAndPaint.
void TestResizeAndPaint();
+ // Test for OnResize and Resize.
+ void TestOnResize();
+
// Helper function which returns true if the given bitmap contains the given
// ARGB color and false otherwise.
bool ImageContainsColor(const SkBitmap& bitmap, uint32 argb_color);
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | content/public/test/render_widget_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698