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

Side by Side Diff: third_party/WebKit/Source/core/frame/VisualViewport.h

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 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 27 matching lines...) Expand all
38 #include "platform/geometry/FloatSize.h" 38 #include "platform/geometry/FloatSize.h"
39 #include "platform/geometry/IntSize.h" 39 #include "platform/geometry/IntSize.h"
40 #include "platform/graphics/GraphicsLayerClient.h" 40 #include "platform/graphics/GraphicsLayerClient.h"
41 #include "platform/scroll/ScrollableArea.h" 41 #include "platform/scroll/ScrollableArea.h"
42 #include "public/platform/WebScrollbar.h" 42 #include "public/platform/WebScrollbar.h"
43 #include "public/platform/WebSize.h" 43 #include "public/platform/WebSize.h"
44 44
45 namespace blink { 45 namespace blink {
46 class WebScrollbarLayer; 46 class WebScrollbarLayer;
47 class WebLayer; 47 class WebLayer;
48 } 48 } // namespace blink
49 49
50 namespace blink { 50 namespace blink {
51 51
52 class GraphicsContext; 52 class GraphicsContext;
53 class GraphicsLayer; 53 class GraphicsLayer;
54 class IntRect; 54 class IntRect;
55 class IntSize; 55 class IntSize;
56 class LocalFrame; 56 class LocalFrame;
57 class Page; 57 class Page;
58 58
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 float scale_; 283 float scale_;
284 IntSize size_; 284 IntSize size_;
285 float browser_controls_adjustment_; 285 float browser_controls_adjustment_;
286 float max_page_scale_; 286 float max_page_scale_;
287 bool track_pinch_zoom_stats_for_page_; 287 bool track_pinch_zoom_stats_for_page_;
288 }; 288 };
289 289
290 } // namespace blink 290 } // namespace blink
291 291
292 #endif // VisualViewport_h 292 #endif // VisualViewport_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698