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

Unified Diff: content/test/content_browser_test_utils_internal.h

Issue 1743303002: Make browser hit testing return correct SurfaceId with nested Surfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits addressed 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/test/content_browser_test_utils_internal.h
diff --git a/content/test/content_browser_test_utils_internal.h b/content/test/content_browser_test_utils_internal.h
index 12e7f8444234a66914a183a175a537a9b714190f..f4a4ddea552c7b37746fc87275a56e3bf0beaad2 100644
--- a/content/test/content_browser_test_utils_internal.h
+++ b/content/test/content_browser_test_utils_internal.h
@@ -115,7 +115,7 @@ class SurfaceHitTestReadyNotifier {
void WaitForSurfaceReady();
private:
- bool ContainsSurfaceId();
+ bool ContainsSurfaceId(cc::SurfaceId container_surface_id);
cc::SurfaceManager* surface_manager_;
cc::SurfaceId root_surface_id_;
« no previous file with comments | « content/browser/site_per_process_browsertest.cc ('k') | content/test/content_browser_test_utils_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698