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

Side by Side Diff: webkit/glue/webkitclient_impl.cc

Issue 203072: Add missing newline at end of file causing a warning with gcc (r25967 caused ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 // Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this
2 // source code is governed by a BSD-style license that can be found in the 2 // source code is governed by a BSD-style license that can be found in the
3 // LICENSE file. 3 // LICENSE file.
4 4
5 #include "config.h" 5 #include "config.h"
6 6
7 #include "FrameView.h" 7 #include "FrameView.h"
8 #include "ScrollView.h" 8 #include "ScrollView.h"
9 #include <wtf/Assertions.h> 9 #include <wtf/Assertions.h>
10 #undef LOG 10 #undef LOG
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 void WebKitClientImpl::widgetSetFocus(WebCore::Widget* widget) { 455 void WebKitClientImpl::widgetSetFocus(WebCore::Widget* widget) {
456 ChromeClientImpl* chrome_client = ToChromeClient(widget); 456 ChromeClientImpl* chrome_client = ToChromeClient(widget);
457 if (chrome_client) 457 if (chrome_client)
458 chrome_client->focus(); 458 chrome_client->focus();
459 } 459 }
460 460
461 WebCore::WorkerContextProxy* WebKitClientImpl::createWorkerContextProxy( 461 WebCore::WorkerContextProxy* WebKitClientImpl::createWorkerContextProxy(
462 WebCore::Worker* worker) { 462 WebCore::Worker* worker) {
463 return WebWorkerClientImpl::createWorkerContextProxy(worker); 463 return WebWorkerClientImpl::createWorkerContextProxy(worker);
464 } 464 }
465 } // namespace webkit_glue 465 } // namespace webkit_glue
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698