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

Unified Diff: chrome/browser/resources/settings/device_page/display_layout.html

Issue 2924443002: WebUI: Remove last usage of paper-material. (Closed)
Patch Set: More 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/chromeos/login/controller-pairing-screen.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/device_page/display_layout.html
diff --git a/chrome/browser/resources/settings/device_page/display_layout.html b/chrome/browser/resources/settings/device_page/display_layout.html
index ded9ec1ee6f46913a2abced64e96c10d2a7f412f..d5a610f0db709838c995da6b8b0c052f29e01fb2 100644
--- a/chrome/browser/resources/settings/device_page/display_layout.html
+++ b/chrome/browser/resources/settings/device_page/display_layout.html
@@ -1,14 +1,14 @@
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-resizable-behavior/iron-resizable-behavior.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/paper-material/paper-material-shared-styles.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/shadow.html">
<link rel="import" href="drag_behavior.html">
<link rel="import" href="layout_behavior.html">
<link rel="import" href="../settings_shared_css.html">
<dom-module id="display-layout">
<template>
- <style include="settings-shared paper-material-shared-styles">
dpapad 2017/06/03 02:19:46 I had converted <paper-material> usage to paper-ma
+ <style include="settings-shared">
/* Use relative position with no offset so that display divs (children),
which have absolute positions, are offset from the displayArea div. */
#displayArea {
« no previous file with comments | « chrome/browser/resources/chromeos/login/controller-pairing-screen.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698