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

Unified Diff: Source/web/WebInputEventFactoryGtk.cpp

Issue 207783002: Omit "int" when using "unsigned" modifier (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 | « Source/web/WebCache.cpp ('k') | Source/web/x11/WebScreenInfoFactory.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebInputEventFactoryGtk.cpp
diff --git a/Source/web/WebInputEventFactoryGtk.cpp b/Source/web/WebInputEventFactoryGtk.cpp
index ca01892690defc9e2955fdaec9a473053e051b92..3d204ba000423b3881c1a37a9ab1ef8ddc7af367 100644
--- a/Source/web/WebInputEventFactoryGtk.cpp
+++ b/Source/web/WebInputEventFactoryGtk.cpp
@@ -122,7 +122,7 @@ static int gdkStateToWebEventModifiers(guint state)
static int gdkEventToWindowsKeyCode(const GdkEventKey* event)
{
- static const unsigned int hardwareCodeToGDKKeyval[] = {
+ static const unsigned hardwareCodeToGDKKeyval[] = {
0, // 0x00:
0, // 0x01:
0, // 0x02:
« no previous file with comments | « Source/web/WebCache.cpp ('k') | Source/web/x11/WebScreenInfoFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698