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: third_party/WebKit/Source/core/editing/FrameSelection.h

Issue 2463703003: blink: Cleanup core class forward declarations (Closed)
Patch Set: Remove redundant empty lines Created 4 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights 2 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights
3 * reserved. 3 * reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. 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 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 26 matching lines...) Expand all
37 #include "core/layout/ScrollAlignment.h" 37 #include "core/layout/ScrollAlignment.h"
38 #include "platform/Timer.h" 38 #include "platform/Timer.h"
39 #include "platform/geometry/IntRect.h" 39 #include "platform/geometry/IntRect.h"
40 #include "platform/geometry/LayoutRect.h" 40 #include "platform/geometry/LayoutRect.h"
41 #include "platform/heap/Handle.h" 41 #include "platform/heap/Handle.h"
42 #include "wtf/Noncopyable.h" 42 #include "wtf/Noncopyable.h"
43 #include <memory> 43 #include <memory>
44 44
45 namespace blink { 45 namespace blink {
46 46
47 class CaretBase;
48 class CharacterData; 47 class CharacterData;
49 class CullRect;
50 class LayoutBlock; 48 class LayoutBlock;
51 class LocalFrame; 49 class LocalFrame;
52 class FrameCaret; 50 class FrameCaret;
53 class GranularityStrategy; 51 class GranularityStrategy;
54 class GraphicsContext; 52 class GraphicsContext;
55 class HTMLFormElement; 53 class HTMLFormElement;
56 class SelectionEditor; 54 class SelectionEditor;
57 class PendingSelection; 55 class PendingSelection;
58 class Text; 56 class Text;
59 57
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 } 358 }
361 } // namespace blink 359 } // namespace blink
362 360
363 #ifndef NDEBUG 361 #ifndef NDEBUG
364 // Outside the WebCore namespace for ease of invocation from gdb. 362 // Outside the WebCore namespace for ease of invocation from gdb.
365 void showTree(const blink::FrameSelection&); 363 void showTree(const blink::FrameSelection&);
366 void showTree(const blink::FrameSelection*); 364 void showTree(const blink::FrameSelection*);
367 #endif 365 #endif
368 366
369 #endif // FrameSelection_h 367 #endif // FrameSelection_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/editing/Editor.h ('k') | third_party/WebKit/Source/core/editing/PendingSelection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698