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

Unified Diff: content/shell/common/shell_content_client.cc

Issue 2835203005: Draw the text area resizer with drawing commands (Closed)
Patch Set: New baselines Created 3 years, 8 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 | « content/shell/BUILD.gn ('k') | content/shell/resources/textAreaResizeCorner.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/common/shell_content_client.cc
diff --git a/content/shell/common/shell_content_client.cc b/content/shell/common/shell_content_client.cc
index 3a442deb4838091d04267eeeefac4a9971c02ee7..7e06a288f6d43fcc9193aa1528205086e26413c7 100644
--- a/content/shell/common/shell_content_client.cc
+++ b/content/shell/common/shell_content_client.cc
@@ -72,10 +72,6 @@ base::StringPiece ShellContentClient::GetDataResource(
resource_id = IDR_CONTENT_SHELL_MISSING_IMAGE_GIF;
#endif
break;
-
- case IDR_TEXTAREA_RESIZER:
- resource_id = IDR_CONTENT_SHELL_TEXT_AREA_RESIZE_CORNER_PNG;
- break;
}
}
return ResourceBundle::GetSharedInstance().GetRawDataResourceForScale(
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/resources/textAreaResizeCorner.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698