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

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

Issue 706583004: Remove ViewportAnchor. (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/ViewportAnchor.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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 #include "public/web/WebBeginFrameArgs.h" 91 #include "public/web/WebBeginFrameArgs.h"
92 #include "public/web/WebFrameClient.h" 92 #include "public/web/WebFrameClient.h"
93 #include "public/web/WebHitTestResult.h" 93 #include "public/web/WebHitTestResult.h"
94 #include "public/web/WebNode.h" 94 #include "public/web/WebNode.h"
95 #include "public/web/WebRange.h" 95 #include "public/web/WebRange.h"
96 #include "public/web/WebTextInputInfo.h" 96 #include "public/web/WebTextInputInfo.h"
97 #include "public/web/WebViewClient.h" 97 #include "public/web/WebViewClient.h"
98 #include "web/CompositionUnderlineVectorBuilder.h" 98 #include "web/CompositionUnderlineVectorBuilder.h"
99 #include "web/GraphicsLayerFactoryChromium.h" 99 #include "web/GraphicsLayerFactoryChromium.h"
100 #include "web/LinkHighlight.h" 100 #include "web/LinkHighlight.h"
101 #include "web/ViewportAnchor.h"
102 #include "web/WebInputEventConversion.h" 101 #include "web/WebInputEventConversion.h"
103 #include "web/WebLocalFrameImpl.h" 102 #include "web/WebLocalFrameImpl.h"
104 #include "web/WebSettingsImpl.h" 103 #include "web/WebSettingsImpl.h"
105 #include "web/painting/ContinuousPainter.h" 104 #include "web/painting/ContinuousPainter.h"
106 #include "wtf/CurrentTime.h" 105 #include "wtf/CurrentTime.h"
107 #include "wtf/RefPtr.h" 106 #include "wtf/RefPtr.h"
108 #include "wtf/TemporaryChange.h" 107 #include "wtf/TemporaryChange.h"
109 108
110 // Get rid of WTF's pow define so we can use std::pow. 109 // Get rid of WTF's pow define so we can use std::pow.
111 #undef pow 110 #undef pow
(...skipping 2260 matching lines...) Expand 10 before | Expand all | Expand 10 after
2372 m_layerTreeView->setVisible(visible); 2371 m_layerTreeView->setVisible(visible);
2373 } 2372 }
2374 } 2373 }
2375 2374
2376 bool WebViewImpl::shouldDisableDesktopWorkarounds() 2375 bool WebViewImpl::shouldDisableDesktopWorkarounds()
2377 { 2376 {
2378 return true; 2377 return true;
2379 } 2378 }
2380 2379
2381 } // namespace blink 2380 } // namespace blink
OLDNEW
« no previous file with comments | « sky/engine/web/ViewportAnchor.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698