diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-12 14:27:29 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-13 09:35:20 +0000 |
commit | c30a6232df03e1efbd9f3b226777b07e087a1122 (patch) | |
tree | e992f45784689f373bcc38d1b79a239ebe17ee23 /chromium/components/vector_icons | |
parent | 7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (diff) | |
download | qtwebengine-chromium-85-based.tar.gz |
BASELINE: Update Chromium to 85.0.4183.14085-based
Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/components/vector_icons')
-rw-r--r-- | chromium/components/vector_icons/BUILD.gn | 1 | ||||
-rw-r--r-- | chromium/components/vector_icons/camera_pan_tilt_zoom.icon | 34 | ||||
-rw-r--r-- | chromium/components/vector_icons/vector_icons.cc.template | 1 |
3 files changed, 0 insertions, 36 deletions
diff --git a/chromium/components/vector_icons/BUILD.gn b/chromium/components/vector_icons/BUILD.gn index 33bab5fa5d0..f90cc6a7710 100644 --- a/chromium/components/vector_icons/BUILD.gn +++ b/chromium/components/vector_icons/BUILD.gn @@ -18,7 +18,6 @@ aggregate_vector_icons("components_vector_icons") { "business.icon", "call.icon", "certificate.icon", - "camera_pan_tilt_zoom.icon", "check_circle.icon", "close.icon", "close_rounded.icon", diff --git a/chromium/components/vector_icons/camera_pan_tilt_zoom.icon b/chromium/components/vector_icons/camera_pan_tilt_zoom.icon deleted file mode 100644 index 8fe2c1e0663..00000000000 --- a/chromium/components/vector_icons/camera_pan_tilt_zoom.icon +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright 2020 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -CANVAS_DIMENSIONS, 24, -MOVE_TO, 15.54f, 5.54f, -LINE_TO, 13.77f, 7.3f, -LINE_TO, 12, 5.54f, -LINE_TO, 10.23f, 7.3f, -LINE_TO, 8.46f, 5.54f, -LINE_TO, 12, 2, -CLOSE, -R_MOVE_TO, 2.92f, 10, -R_LINE_TO, -1.76f, -1.77f, -LINE_TO, 18.46f, 12, -R_LINE_TO, -1.76f, -1.77f, -R_LINE_TO, 1.76f, -1.77f, -LINE_TO, 22, 12, -CLOSE, -R_MOVE_TO, -10, 2.92f, -R_LINE_TO, 1.77f, -1.76f, -LINE_TO, 12, 18.46f, -R_LINE_TO, 1.77f, -1.76f, -R_LINE_TO, 1.77f, 1.76f, -LINE_TO, 12, 22, -CLOSE, -R_MOVE_TO, -2.92f, -10, -R_LINE_TO, 1.76f, 1.77f, -LINE_TO, 5.54f, 12, -R_LINE_TO, 1.76f, 1.77f, -R_LINE_TO, -1.76f, 1.77f, -LINE_TO, 2, 12, -CLOSE, -CIRCLE, 12, 12, 3 diff --git a/chromium/components/vector_icons/vector_icons.cc.template b/chromium/components/vector_icons/vector_icons.cc.template index aeade50f333..1b222f94d85 100644 --- a/chromium/components/vector_icons/vector_icons.cc.template +++ b/chromium/components/vector_icons/vector_icons.cc.template @@ -7,7 +7,6 @@ #include "components/vector_icons/vector_icons.h" -#include "base/logging.h" #include "components/vector_icons/cc_macros.h" #include "ui/gfx/vector_icon_types.h" |