summaryrefslogtreecommitdiffstats
path: root/ui/base/x
diff options
context:
space:
mode:
authoroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-07 22:39:43 +0000
committeroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-07 22:39:43 +0000
commit45f9c8f5200a9b3bc8990d5ba650da8dc47e7144 (patch)
treeab11af24ec0692149baba6a08b0391943f481e82 /ui/base/x
parent00614a87478e404184cab3a521ec6fd1cdbd5b8e (diff)
downloadchromium_src-45f9c8f5200a9b3bc8990d5ba650da8dc47e7144.zip
chromium_src-45f9c8f5200a9b3bc8990d5ba650da8dc47e7144.tar.gz
chromium_src-45f9c8f5200a9b3bc8990d5ba650da8dc47e7144.tar.bz2
Use Skia image in GetNativeImageNamed for aura/linux.
Skia is native in this configuration Added log message in events_x to diagnose the problem. BUG=none TEST=none Review URL: http://codereview.chromium.org/8205016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104586 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/base/x')
-rw-r--r--ui/base/x/events_x.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/x/events_x.cc b/ui/base/x/events_x.cc
index 71687d4..a5db937 100644
--- a/ui/base/x/events_x.cc
+++ b/ui/base/x/events_x.cc
@@ -170,7 +170,7 @@ EventType EventTypeFromNative(const base::NativeEvent& native_event) {
}
}
default:
- NOTREACHED();
+ NOTREACHED() << "Unknown Event Type:" << native_event->type;
break;
}
return ET_UNKNOWN;