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

Side by Side Diff: third_party/WebKit/Source/core/editing/Editor.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) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple 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 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 27 matching lines...) Expand all
38 #include "core/editing/markers/DocumentMarker.h" 38 #include "core/editing/markers/DocumentMarker.h"
39 #include "core/events/InputEvent.h" 39 #include "core/events/InputEvent.h"
40 #include "platform/PasteMode.h" 40 #include "platform/PasteMode.h"
41 #include "platform/heap/Handle.h" 41 #include "platform/heap/Handle.h"
42 #include <memory> 42 #include <memory>
43 43
44 namespace blink { 44 namespace blink {
45 45
46 class CompositeEditCommand; 46 class CompositeEditCommand;
47 class DragData; 47 class DragData;
48 class DummyPageHolder;
49 class EditCommandComposition; 48 class EditCommandComposition;
50 class EditorClient; 49 class EditorClient;
51 class EditorInternalCommand; 50 class EditorInternalCommand;
52 class LocalFrame; 51 class LocalFrame;
53 class HitTestResult; 52 class HitTestResult;
54 class KillRing; 53 class KillRing;
55 class Pasteboard; 54 class Pasteboard;
56 class SpellChecker; 55 class SpellChecker;
57 class StylePropertySet; 56 class StylePropertySet;
58 class TextEvent; 57 class TextEvent;
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 m_mark = selection; 360 m_mark = selection;
362 } 361 }
363 362
364 inline bool Editor::markedTextMatchesAreHighlighted() const { 363 inline bool Editor::markedTextMatchesAreHighlighted() const {
365 return m_areMarkedTextMatchesHighlighted; 364 return m_areMarkedTextMatchesHighlighted;
366 } 365 }
367 366
368 } // namespace blink 367 } // namespace blink
369 368
370 #endif // Editor_h 369 #endif // Editor_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/editing/EditingUtilities.h ('k') | third_party/WebKit/Source/core/editing/FrameSelection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698