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

Unified Diff: chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc

Issue 2943363003: Fixing transparent pixels appearing black when rendered for the context menu. (Closed)
Patch Set: creating and implementing ImageFormat enum Created 3 years, 6 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 | chrome/browser/ui/android/context_menu_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc
diff --git a/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc b/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc
index c90176f4a8087aae54b0c4aadec5b4418e9fad01..2e8532b735f08a45e22413d7b792bf4097829c3c 100644
--- a/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc
+++ b/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc
@@ -740,7 +740,7 @@ IN_PROC_BROWSER_TEST_F(SearchByImageBrowserTest, ImageSearchWithCorruptImage) {
base::RunLoop run_loop;
bool response_received = false;
thumbnail_capturer->RequestThumbnailForContextNode(
- 0, gfx::Size(2048, 2048),
+ 0, gfx::Size(2048, 2048), chrome::mojom::ImageFormat::JPEG,
base::Bind(callback, &response_received, run_loop.QuitClosure()));
run_loop.Run();
« no previous file with comments | « no previous file | chrome/browser/ui/android/context_menu_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698