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

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

Issue 696413002: Remove HTMLLinkElement (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/core/html/imports/LinkImport.cpp ('k') | sky/engine/web/WebViewImpl.cpp » ('j') | 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 Google Inc. All rights reserved. 2 * Copyright (C) 2009 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 #include "core/editing/TextAffinity.h" 92 #include "core/editing/TextAffinity.h"
93 #include "core/editing/TextIterator.h" 93 #include "core/editing/TextIterator.h"
94 #include "core/editing/htmlediting.h" 94 #include "core/editing/htmlediting.h"
95 #include "core/editing/markup.h" 95 #include "core/editing/markup.h"
96 #include "core/frame/Console.h" 96 #include "core/frame/Console.h"
97 #include "core/frame/FrameHost.h" 97 #include "core/frame/FrameHost.h"
98 #include "core/frame/FrameView.h" 98 #include "core/frame/FrameView.h"
99 #include "core/frame/LocalDOMWindow.h" 99 #include "core/frame/LocalDOMWindow.h"
100 #include "core/frame/Settings.h" 100 #include "core/frame/Settings.h"
101 #include "core/html/HTMLAnchorElement.h" 101 #include "core/html/HTMLAnchorElement.h"
102 #include "core/html/HTMLLinkElement.h"
103 #include "core/inspector/ConsoleMessage.h" 102 #include "core/inspector/ConsoleMessage.h"
104 #include "core/inspector/ScriptCallStack.h" 103 #include "core/inspector/ScriptCallStack.h"
105 #include "core/loader/MojoLoader.h" 104 #include "core/loader/MojoLoader.h"
106 #include "core/page/Chrome.h" 105 #include "core/page/Chrome.h"
107 #include "core/page/EventHandler.h" 106 #include "core/page/EventHandler.h"
108 #include "core/page/FocusController.h" 107 #include "core/page/FocusController.h"
109 #include "core/page/Page.h" 108 #include "core/page/Page.h"
110 #include "core/rendering/HitTestResult.h" 109 #include "core/rendering/HitTestResult.h"
111 #include "core/rendering/RenderBox.h" 110 #include "core/rendering/RenderBox.h"
112 #include "core/rendering/RenderLayer.h" 111 #include "core/rendering/RenderLayer.h"
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 } 793 }
795 794
796 void WebLocalFrameImpl::invalidateAll() const 795 void WebLocalFrameImpl::invalidateAll() const
797 { 796 {
798 ASSERT(frame() && frame()->view()); 797 ASSERT(frame() && frame()->view());
799 FrameView* view = frame()->view(); 798 FrameView* view = frame()->view();
800 view->invalidateRect(view->frameRect()); 799 view->invalidateRect(view->frameRect());
801 } 800 }
802 801
803 } // namespace blink 802 } // namespace blink
OLDNEW
« no previous file with comments | « sky/engine/core/html/imports/LinkImport.cpp ('k') | sky/engine/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698