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

Side by Side Diff: sky/engine/web/WebViewImpl.cpp

Issue 682263003: Remove RenderWidget. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « sky/engine/web/WebNode.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2011, 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2011, 2012 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 #include "core/html/ime/InputMethodContext.h" 54 #include "core/html/ime/InputMethodContext.h"
55 #include "core/loader/FrameLoader.h" 55 #include "core/loader/FrameLoader.h"
56 #include "core/loader/UniqueIdentifier.h" 56 #include "core/loader/UniqueIdentifier.h"
57 #include "core/page/Chrome.h" 57 #include "core/page/Chrome.h"
58 #include "core/page/EventHandler.h" 58 #include "core/page/EventHandler.h"
59 #include "core/page/EventWithHitTestResults.h" 59 #include "core/page/EventWithHitTestResults.h"
60 #include "core/page/FocusController.h" 60 #include "core/page/FocusController.h"
61 #include "core/page/Page.h" 61 #include "core/page/Page.h"
62 #include "core/page/TouchDisambiguation.h" 62 #include "core/page/TouchDisambiguation.h"
63 #include "core/rendering/RenderView.h" 63 #include "core/rendering/RenderView.h"
64 #include "core/rendering/RenderWidget.h"
65 #include "core/rendering/compositing/RenderLayerCompositor.h" 64 #include "core/rendering/compositing/RenderLayerCompositor.h"
66 #include "platform/Cursor.h" 65 #include "platform/Cursor.h"
67 #include "platform/KeyboardCodes.h" 66 #include "platform/KeyboardCodes.h"
68 #include "platform/Logging.h" 67 #include "platform/Logging.h"
69 #include "platform/NotImplemented.h" 68 #include "platform/NotImplemented.h"
70 #include "platform/PlatformGestureEvent.h" 69 #include "platform/PlatformGestureEvent.h"
71 #include "platform/PlatformKeyboardEvent.h" 70 #include "platform/PlatformKeyboardEvent.h"
72 #include "platform/PlatformMouseEvent.h" 71 #include "platform/PlatformMouseEvent.h"
73 #include "platform/PlatformWheelEvent.h" 72 #include "platform/PlatformWheelEvent.h"
74 #include "platform/RuntimeEnabledFeatures.h" 73 #include "platform/RuntimeEnabledFeatures.h"
(...skipping 2354 matching lines...) Expand 10 before | Expand all | Expand 10 after
2429 m_layerTreeView->setVisible(visible); 2428 m_layerTreeView->setVisible(visible);
2430 } 2429 }
2431 } 2430 }
2432 2431
2433 bool WebViewImpl::shouldDisableDesktopWorkarounds() 2432 bool WebViewImpl::shouldDisableDesktopWorkarounds()
2434 { 2433 {
2435 return true; 2434 return true;
2436 } 2435 }
2437 2436
2438 } // namespace blink 2437 } // namespace blink
OLDNEW
« no previous file with comments | « sky/engine/web/WebNode.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698