Chromium Code Reviews
DescriptionMove BlimpInputManager to BlimpDocument from BlimpCompositor.
Previously BlimpCompositor also routes the input events,
And we have the following call chain:
UI->BlimpInputManager->BlimpCompositor->BlimpDocument->
BlimpDocumentManager->RenderWidgetFeature.
This CL moves the ownership of BlimpInputManager to BlimpDocument, the
call chain of sending input event to engine becomes:
UI->BlimpInputManager->BlimpDocument->BlimpDocumentManager->
RenderWidgetFeature.
BUG=644326
Committed: https://crrev.com/f899472e1c9bf5487449603df5a6584f22b8068d
Cr-Commit-Position: refs/heads/master@{#424343}
Patch Set 1 #Patch Set 2 : Removed unused mock class. #
Total comments: 11
Patch Set 3 : Fixes based on review. #
Total comments: 2
Patch Set 4 : Use c++11 ctor. #
Total comments: 2
Patch Set 5 : Removed unnecessary DCHECK. #Messages
Total messages: 26 (15 generated)
|