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

Side by Side Diff: third_party/WebKit/public/web/WebView.h

Issue 2144853002: Remove references to blink::WebPageOverlay. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/web/PageOverlay.h ('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) 2009, 2010, 2011, 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2009, 2010, 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 46
47 class WebAXObject; 47 class WebAXObject;
48 class WebAutofillClient; 48 class WebAutofillClient;
49 class WebCompositedDisplayList; 49 class WebCompositedDisplayList;
50 class WebCredentialManagerClient; 50 class WebCredentialManagerClient;
51 class WebDragData; 51 class WebDragData;
52 class WebFrame; 52 class WebFrame;
53 class WebHitTestResult; 53 class WebHitTestResult;
54 class WebLocalFrame; 54 class WebLocalFrame;
55 class WebPageImportanceSignals; 55 class WebPageImportanceSignals;
56 class WebPageOverlay;
57 class WebPrerendererClient; 56 class WebPrerendererClient;
58 class WebRemoteFrame; 57 class WebRemoteFrame;
59 class WebSettings; 58 class WebSettings;
60 class WebSpellCheckClient; 59 class WebSpellCheckClient;
61 class WebString; 60 class WebString;
62 class WebViewClient; 61 class WebViewClient;
63 class WebViewScheduler; 62 class WebViewScheduler;
64 struct WebActiveWheelFlingParameters; 63 struct WebActiveWheelFlingParameters;
65 struct WebDeviceEmulationParams; 64 struct WebDeviceEmulationParams;
66 struct WebFloatPoint; 65 struct WebFloatPoint;
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 // completed. 527 // completed.
529 WebWidget* widget() { return this; } 528 WebWidget* widget() { return this; }
530 529
531 protected: 530 protected:
532 ~WebView() {} 531 ~WebView() {}
533 }; 532 };
534 533
535 } // namespace blink 534 } // namespace blink
536 535
537 #endif 536 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/PageOverlay.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698