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

Unified Diff: Source/web/WebPluginContainerImpl.cpp

Issue 18563008: Web MIDI: add assign() and equals() to WebMIDIPermissionRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: for CQ Created 7 years, 5 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/WebNode.cpp ('k') | Source/web/WebSpeechRecognitionHandle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPluginContainerImpl.cpp
diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp
index a8c918b394ba05cd97156dd8801f99d273333b9b..853cdfb83491cdcccfd855a84b1ae50bb51d7e98 100644
--- a/Source/web/WebPluginContainerImpl.cpp
+++ b/Source/web/WebPluginContainerImpl.cpp
@@ -484,7 +484,7 @@ bool WebPluginContainerImpl::isRectTopmost(const WebRect& rect)
const HitTestResult::NodeSet& nodes = result.rectBasedTestResult();
if (nodes.size() != 1)
return false;
- return (nodes.first().get() == m_element);
+ return nodes.first().get() == m_element;
}
void WebPluginContainerImpl::requestTouchEventType(TouchEventRequestType requestType)
« no previous file with comments | « Source/web/WebNode.cpp ('k') | Source/web/WebSpeechRecognitionHandle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698